/*
 * @Author: chengh@ebs.org.cn 
 * @Date: 2018-09-27 09:35:18 
 * @Last Modified by: chengh@ebs.org.cn
 * @Last Modified time: 2018-09-29 18:01:29
 */

/* 内容模块标题 */
.moudle-title {
  display: inline-block;
  padding: 16px 10px;
  margin: 24px auto;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  border-bottom: 3px solid #154fa0;
}

/* 模块内容描述 */
.moudle-desc {
  font-size: 34px;
  color: #fff;
  margin-bottom: 12px;
}

/* 圆角按钮 */
.radius-btn {
  display: inline-block;
  width: 128px;
  height: 40px;
  border-radius: 40px;
  vertical-align: middle;
  line-height: 40px;
  text-align: center;
  margin-right: 20px;
  background-color: #fff;
  font-size: 16px;
}

/* 矩形按钮 */
.rect-btn {
  background-color: #fff;
  border: 1px solid #154fa0;
}

.rect-btn.active {
  background-color: #154fa0;
  color: #fff;
}

/* 搜索栏 start */
.body-search {
  height: 100px;
  background: url('../../Img/index/search_bg.png') no-repeat 100% 100%;
  overflow: hidden;
}

.body-search .body-search-box {
  width: 652px;
  margin: 15px auto;
}

.body-search-box input {
  float: left;
  height: 46px;
  border: 1px solid #154fa0;
}

.body-search-box input[type=text] {
  width: 568px;
}

.body-search-box input[type=button] {
  width: 84px;
  border-left: none;
  text-align: right;
  cursor: pointer;
  color: #fff;
  background: url('../../Img/index/search.png') no-repeat 9px center #154fa0;
}

.body-search-box .search-hot p {
  font-size: 12px;
  color: #666;
}

/* 搜索栏 end */

/*选项卡 start */
.ul_nav li {
  text-align: center;
  padding: 8px 25px;
  float: left;
  cursor: pointer;
  border: 1px solid #154FA0;
  border-bottom: none;
}

.ul_nav li:nth-child(2) {
  border-left: none;
  border-right: none;
}

.ul_nav li.cor {
  background: #154FA0;
  color: #fff;
}

#wrap {
  width: 100%;
}

.wrap {
  /* height: 304px; */
  display: none;
}

.cur {
  display: block;
}

.wrap ul li {
  padding: 8px 0;
  border-bottom: 1px dashed #ccc;
}

.wrap ul li:hover a,
.wrap ul li:hover .fr {
  color: #2196f3;
  cursor: pointer;
}

.wrap ul li a {
  width: 80%;
  display: inline-block;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
}

ul.wrap li:nth-child(odd) {
  background: #fafcff;
}
/* 选项卡 end */

/* 内容 start */
.cont {
  text-align: center;
  background: url('../../Img/index/cont_bg.png') no-repeat bottom center;
}

/* 信用评级 */
.cont .credit-map-box,
.cont .credit-histogram-box {
  height: 420px;
}

.cont .credit-map-box {
  width: 55%;
}

.cont .credit-map-box .credit-map {
  height: 350px;
}

.cont .credit-chart-title {
  font-size: 16px;
}

.cont .credit-desc {
  font-size: 16px;
  text-align: left;
  line-height: 42px;
}

.cont .credit-histogram-box {
  width: 45%;
}

.cont .credit-histogram-box .credit-histogram {
  height: 320px;
}

.cont .histogram-btn {
  padding: 24px 0 0;
}

.cont .histogram-btn a.rect-btn {
  float: left;
  width: 80px;
  height: 32px;
  line-height: 32px;
  border-bottom: none;
}

.cont .histogram-btn a.rect-btn:first-child {
  border-right: none;
}

.cont .credit-btn .radius-btn {
  background-color: #154fa0;
}


/* 工商网监 产品填报 odr服务 */
.cont .business-content,
.cont .product-content,
.cont .odr-content {
  height: 280px;
  width: 100%;
  background: url('../../Img/index/business.png') no-repeat 100% 100%;
  /*padding: 40px 50px 0;*/
  text-align: left;
}

.cont .business-content > .w,
.cont .product-content > .w,
.cont .odr-content > .w {
  padding: 40px 50px 0;
}

.cont .product-content {
  background: url('../../Img/index/product.png') no-repeat 100% 100%;
}

.cont .odr-content {
  background: url('../../Img/index/odr.png') no-repeat 100% 100%;
}

.cont .business-content .radius-btn {
  color: #dd5e0d;
}

.cont .product-content .radius-btn {
  color: #154fa0;
}

.cont .odr-content .radius-btn {
  background-color: #154fa0;
}

.cont .odr-content .moudle-desc {
  color: #04080b;
}

/* 资讯平台 */
.cont .cont-information {
  overflow: hidden;
}

.cont .info-content {
  height: 333px;
}

.cont .info-content .info-left,
.cont .info-content .info-right {
  height: 100%;
}

.cont .info-content .info-left {
  width: 57%;
}

.cont .info-content .info-right {
  width: 39%;
}

.cont .info-left .left-nav li a {
  display: block;
  width: 163px;
  line-height: 82px;
  border-top: none;
  border-right: none;
}

.cont .info-left .left-nav li:first-child {
  width: 164px;
  line-height: 82px;
  background-color: #154fa0;
  color: #fff;
}
.cont .info-left .left-nav li a:hover {
  background-color: #397cdc;
  color: #fff;
}
.cont .info-left .left-nav li a.active {
  background-color: #397cdc;
}

.cont .info-left .left-nav li i.info-icon {
  display: inline-block;
  width: 26px;
  height: 22px;
  vertical-align: middle;
  margin-right: 5px;
  background: url('../../Img/index/info_on.png') no-repeat;
}

.cont .info-left .left-nav li:nth-child(2) i.info-icon {
  background: url('../../Img/index/ranking.png') no-repeat;
}

.cont .info-left .left-nav li:nth-child(3) i.info-icon {
  background: url('../../Img/index/policy.png') no-repeat;
}

.cont .info-left .left-nav li:nth-child(4) i.info-icon {
  background: url('../../Img/index/warning.png') no-repeat;
}

/* .cont .info-left li a.active i.info-icon {
  background: url('../../Img/index/info_on.png') no-repeat;
} */

.cont .info-left li:nth-child(2):hover a i.info-icon {
  background: url('../../Img/index/ranking_on.png') no-repeat;
}

.cont .info-left li:nth-child(3):hover a i.info-icon {
  background: url('../../Img/index/policy_on.png') no-repeat;
}

.cont .info-left li:nth-child(4):hover a i.info-icon {
  background: url('../../Img/index/warning_on.png') no-repeat;
}
.cont .info-left li:nth-child(2) a.active i.info-icon {
  background: url('../../Img/index/ranking_on.png') no-repeat;
}

.cont .info-left li:nth-child(3) a.active i.info-icon {
  background: url('../../Img/index/policy_on.png') no-repeat;
}

.cont .info-left li:nth-child(4) a.active i.info-icon {
  background: url('../../Img/index/warning_on.png') no-repeat;
}

/* 轮播图 */
.cont .info-left .left-slide {
  height: 100%;
  width: 520px;
  background-color: #ccc;
}

.cont .left-slide .lunbo {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.cont .left-slide .lunbo .img {
  width: 5000px;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.cont .left-slide .lunbo .img li {
  float: left;
  position: relative;
}

.cont .left-slide .lunbo .img li img {
  width: 520px;
  height: 333px;
  cursor: pointer;
}

.cont .left-slide .lunbo .img li .newsBg {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  position: absolute;
  bottom: 0px;
  background-color: rgba(0, 0, 0, .7);
  text-align: left;
}

.cont .left-slide .lunbo .img li .newsBg p {
  color: #fff;
  line-height: 40px;
}

.cont .left-slide .lunbo .num {
  position: absolute;
  width: 100%;
  bottom: 10px;
  right: 10px;
  text-align: right;
  font-size: 14px;
  z-index: 99;
}

.cont .left-slide .lunbo .num li {
  width: 20px;
  height: 20px;
  background-color: #000;
  display: inline-block;
  margin: 0px 3px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.cont .left-slide .lunbo .num li.on {
  background-color: #154FA0;
}

.cont .left-slide .lunbo .btn {
  width: 30px;
  height: 50px;
  background-color: #808080;
  opacity: 0.5;
  filter: alpha('opacity:0.5');
  position: absolute;
  top: 50%;
  margin-top: -25px;
  cursor: pointer;
  text-align: center;
  line-height: 50px;
  font-size: 40px;
  color: #fff;
  font-family: "宋体";
  display: none;
}

.cont .left-slide .lunbo .btn_l {
  left: 0px;
}

.cont .left-slide .lunbo .btn_r {
  right: 0px;
}

/* .cont .left-slide .lunbo:hover .btn {
  display: block;
} */

/* 排行榜 */
.cont .info-right .right-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.cont .info-right .right-cont li {
  line-height: 39px;
  border-top: 1px dashed #ddd;
}

.cont .info-right .right-cont li:first-child {
  border-top: none;
}

.cont .info-right .right-cont li:hover {
  background-color: #f3f5f7;
}

.cont .info-right .right-cont span {
  color: #000;
}

.cont .info-right .right-cont span.fl {
  width: 80%;
}

/* 信用公示 */
/* .infoBg{
	width:100%;
	background:url(../../Img/bgImg/infoBg.jpg)left center no-repeat;
	background-size: 100%;
} */
.cont-disclosure .tabBox {
  width: 55%;
  height: 321px;
  /* margin:50px auto; */
}

.cont-disclosure .infoTable {
  width: 100%;
}

.cont-disclosure table.infoTable {
  table-layout:fixed;
} 
.cont-disclosure .infoTable td {
  overflow:hidden;
  word-break:keep-all;
  text-overflow:ellipsis
} 

.cont-disclosure .infoTable tr th {
  background: #E1E0E0;
  padding: 10px 0;
  text-align: center;
}
/* .cont-disclosure .infoTable tr th:first-child , */
.cont-disclosure .infoTable tr td:first-child {
  text-align: left;
  padding-left: 15px;
}

.cont-disclosure .infoTable tr td {
  padding: 13px 0;
  text-align: center;
  border-bottom: 1px dashed #ccc;

}

.cont-disclosure .right {
  width: 40%;
  /* margin:50px auto; */
}

.cont-disclosure ul.infoList {
  width: 100%;
  /* margin: 0 auto; */
}

.cont-disclosure ul.infoList li {
  padding: 0px 5px 0px 15px;
  border-bottom: 1px dashed #ccc;
  line-height: 45px;
}

.cont-disclosure ul.infoList li a {
  max-width: 76%;
  font-size: 14px;
  color: #333;
}

.cont-disclosure ul.infoList li:hover {
  background: #F8F8F8;
}
.cont-disclosure ul.infoList li:hover a {
  /* background: #F8F8F8; */
  color: #2196f3;
}

.infoNav {
  width: 100%;
  background: #E1E0E0;
  padding: 10px 0;
  text-align: left;
}

.infoNav li {
  display: inline-block;
  /* float: left; */
  padding: 0 25px 0 45px;
  text-align: center;
  border-bottom: none;
  cursor: pointer;
}

.infoNav li:nth-child(1) {
  background: url(../../Img/icon/icon08.png) 15px center no-repeat;
  border-right: 1px solid #154FA0;
}

.infoNav li:nth-child(2) {
  background: url(../../Img/icon/icon06.png) 15px center no-repeat;
}

.infoNav li.cor:nth-child(1) {
  background: url(../../Img/icon/icon05.png) 15px center no-repeat;
}

.infoNav li.cor:nth-child(2) {
  background: url(../../Img/icon/icon07.png) 15px center no-repeat;
}

/* #infoBox{
	width:465px;
} */

/* 友情链接 */
.cont-friend {
  display: inline-block;
  padding: 70px 0 60px;
}

.cont-friend li {
  float: left;
  width: 206px;
  height: 70px;
  margin-left: 20px;
  padding: 10px;
  background-color: #f5f5f5;
}

.cont-friend li:first-child {
  margin-left: 0;
}

.cont-friend li:hover {
  background-color: #e9e9e9;
}

.cont-friend li a {
  display: block;
  color: #333;
  background-color: #fff;
}

/* 内容 end */


/* 左侧导航 */
.slide-bar {
  position: fixed;
  top: 300px;
  left: 50%;
  width: 82px;
  background: url('../../Img/index/slidebar_top.png') no-repeat top center;
  margin-left: -706px;
  padding-top: 71px;
}

.slide-bar a {
  display: block;
  height: 40px;
  font-size: 13px;
  line-height: 40px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 10px;
  background-color: #2370dc;
  color: #fff;
  box-shadow: 0px 1px 3px 1px #999;
}

.slide-bar a.active {
  background-color: #fff;
  color: #2370dc;
}

/* 客服导航 */
.kefu-box {
  position: fixed;
  /*left: 50%;*/
  top: 50%;
  right: 0;
  /*margin-left: 730px;*/
  margin-top: -70px;
}
.kefu-box .kefu-item:first-child {
  border-bottom: 1px solid #fff;
}
.kefu-box .kefu-item a {
  display: block;
  color: #333;
}
.kefu-box .kefu-item .result-box {
  position: absolute;
  top: 0;
  left: -120px;
  width: 120px;
  height: 125px;
  background-color: #fff;
  border: 1px solid #0787c7;
  text-align: center;  
  display: none;
}
.kefu-box .kefu-item:hover .result-box {
  display: block;
}
.kefu-box .kefu-item.qq .result-box {
  height: 160px;
  line-height: 30px;
}
.kefu-box .kefu-item.qq .result-box > a:hover {
  background-color: #0ca3ee;
  color: #fff;
}
.kefu-box .kefu-item.qq .result-box > img {
  width: 119px;
  margin-bottom: 10px;
}
.kefu-box .kefu-item.weixin .result-box > img {
  height: 105px;
}
.kefu-box .kefu-item.weixin .result-box > p {
  line-height: 14px; 
}

/* 小屏兼容 */
@media (max-width: 1366px) {
  .cont .info-content .info-left {
    width: 67%;
  }

  .cont .info-content .info-right {
    width: 30%;
  }

  .cont .info-right .right-cont span.fl {
    width: 70%;
  }

  .cont-friend li {
    width: 201px;
    margin-left: 4px;
  }

  .slide-bar {
    margin-left: -618px;
  }
  .kefu-box {
    margin-left: 640px;
  }
}